Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove relay_mode field support #7930

Conversation

modular-magician
Copy link
Collaborator

fixes hashicorp/terraform-provider-google#17997

relay_mode field from AdvancedDatapathObservabilityConfig is superseded by enable_relay field and will be deprecated on the provider side in near future.

This is a breaking change according to TF docs and as such, should be released in the next major release. Deprecation of relay_mode field on TF side has already happened more than a month ago, foreshadowing this change through deprecation message.

This field is part of a provider feature that is still in Public Preview and yet to go GA.

container: removed deprecated field `advanced_datapath_observability_config.relay_mode` from `google_container_cluster` resource. Users are expected to use `enable_relay` field instead.
container: made field `advanced_datapath_observability_config.enable_relay` required in `google_container_cluster` resource

Derived from GoogleCloudPlatform/magic-modules#10274

Signed-off-by: Michal Siwinski <[email protected]>

[upstream:4f39da51c0464ab867e96abba3168d78841a86e1]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 306a821 into hashicorp:FEATURE-BRANCH-major-release-6.0.0 Aug 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant